home *** CD-ROM | disk | FTP | other *** search
- /* DopusCheckdesktop.dopus5 */
- options results
- address 'DOPUS.1'
- dopus getdesktop
- deskpath = result
- address command 'MakeDir 'deskpath'T'
- dopus checkdesktop deskpath
- text = 'There should be an icon for ''T'' on the Desktop'
- dopus request '"'text'" OK'
- address command 'Delete 'deskpath'T FORCE QUIET'
- dopus checkdesktop deskpath
- exit
-